home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000365_news@watsun.cc.columbia.edu _Mon Mar 15 13:45:06 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA02459
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Mar 1999 13:45:05 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA00505
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 15 Mar 1999 13:34:28 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: automating a BBS download
  11. Date: 15 Mar 1999 18:34:28 GMT
  12. Organization: Columbia University
  13. Message-ID: <7cjjrk$fm$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7cjhq4$evb$1@news-1.news.gte.net>,
  17. Carlos Ramirez <carlosr@cwix.com> wrote:
  18. : i am wanting to use Kermit to do a ymodem transfer from a BBS on a daily
  19. : basis and I like to create a script for this. Can any provide me with a
  20. : reference for information or provide assistance on how may accomplish this.
  21. : This is a Solaris 2.5.1 box. The protocal for download is ymodem
  22. The current version of C-Kermit for Solaris 2.5.1 can be found at:
  23.  
  24.   http://www.columbia.edu/kermit/ckermit.html
  25.  
  26. The manual has a chapter (14) on using external protocols.  Also see the
  27. item "Problems Using XYZMODEM External Protocols in C-Kermit" in the
  28. Kermit FAQ:
  29.  
  30.   http://www.columbia.edu/kermit/faq.html
  31.   ftp://kermit.columbia.edu/kermit/faq.txt
  32.  
  33. - Frank